blob: 52d2bfe736db6c5b63d9f0d2de215c2b31d5f1d1 [file] [log] [blame]
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -07001name: "regex"
Chih-Hung Hsieh3364aa22020-10-12 00:51:04 -07002description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -07003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/regex"
7 }
8 url {
Chih-Hung Hsiehdb8096e2020-08-25 20:49:26 -07009 type: ARCHIVE
Elliott Hughesffb60302021-04-01 17:11:40 -070010 value: "https://static.crates.io/crates/regex/regex-1.4.5.crate"
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -070011 }
Elliott Hughesffb60302021-04-01 17:11:40 -070012 version: "1.4.5"
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -070013 license_type: NOTICE
14 last_upgrade_date {
Haibo Huang47619dd2021-01-08 17:05:43 -080015 year: 2021
Elliott Hughesffb60302021-04-01 17:11:40 -070016 month: 4
17 day: 1
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -070018 }
19}